home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / hardware-part1 / 8331 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 KB

  1. Path: hell.team17.com!news
  2. From: boberg@team17.com (Stefan Boberg)
  3. Newsgroups: comp.sys.amiga.advocacy,comp.sys.amiga.hardware,comp.sys.amiga.misc,comp.sys.amiga.games,comp.sys.amiga.graphics
  4. Subject: Re: Why are europeans dumb enough to buy amigas?
  5. Date: Tue, 26 Mar 1996 14:32:28 GMT
  6. Organization: Team 17 Software Ltd.
  7. Message-ID: <4j8v71$fps@hell.team17.com>
  8. References: <4imljc$7p3@daily-planet.nodak.edu> <830.6636T982T2956@mailbox.swipnet.se> <31533e4f.14566140@news.onramp.net> <0099FE26.68118BCD@netins.net>
  9. NNTP-Posting-Host: zonk.team17.com
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. tempest@netins.net wrote:
  13.  
  14. >68060 processor runs EVERYTHING much faster than any 040.  The programs
  15. >do NOT have to be optimized for an 040/060 at all.  Get a life.  
  16.  
  17.   EVERYTHING? :-) Try this then:
  18.  
  19.         move.l    #1000000,d3
  20.     loop:    muls.l     d0,d1:d2
  21.         subq.l    #1,d3
  22.         bne.s    loop
  23.  
  24.   There are loads more examples where an '040 is faster, since the
  25. '060 designers stripped loads of features from the 68020+ instruction
  26. set, and those features have to be implemented as traps => slow as
  27. hell. In general, though, for compiler-generated code the '060 is lots
  28. faster.
  29.  
  30.   I find the removal of the muls.l instruction rather strange anyway.
  31. It's quite useful really.
  32.  
  33.  
  34. ===============================================================
  35.  Stefan Boberg                               boberg@team17.com
  36.   "This, like, sucks in ways that we've never seen stuff suck
  37.     before, so it's kinda cool!" - B&B
  38.  
  39.